home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // ArrayEditor
- // by Charles Lloyd
- ////////////////////////
-
-
- ArrayTable: WOGenericContainer {
- elementName = "table";
- border = borderSize;
- cellPadding = cellPadding;
- cellSpacing = cellSpacing;
- };
-
- ArrayRepetition: WORepetition {
- count = entryCount;
- index = repetitionIndex;
- };
-
- ElementField: ReadWriteString {
- value = arrayElement;
- fieldSize = fieldSize;
- isEditable = isEditable;
- };
-
- Comment: WOConditional {
- condition = NO;
- };
-